CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 蚁群算法 tsp c

搜索资源列表

  1. Basi-An-Colony-Algorithm-fo-TSP

    0下载:
  2. 段海滨教授主编的《蚁群算法原理及其应用》附录里的C程序代码
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6234
    • 提供者:杨永飞
  1. 51个城市的tsp程序

    1下载:
  2. 这是一个用蚁群算法来解决51个城市的tsp问题,该源码是用C++编写的,是一个非常有用的源代码 const int iAntCount=34;//ant numbers 蚂蚁数量 const int iCityCount=51;//城市数量 const int iItCount=500;//循环次数 const double Q=100;//信息素总量
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-03-17
    • 文件大小:1578
    • 提供者:cuifangsong
  1. 蚁群算法求解TSP问题的matlab程序

    0下载:
  2. %蚁群算法求解TSP问题的matlab程序 clear all close all clc %初始化蚁群 m=31;%蚁群中蚂蚁的数量,当m接近或等于城市个数n时,本算法可以在最少的迭代次数内找到最优解 C=[1304 2312;3639 1315;4177 2244;3712 1399;3488 1535;3326 1556;3238 1229;4196 1004; 4312 790;4386 570;3007 1970;2562 1756;2788 1491;2381 1
  3. 所属分类:matlab例程

  1. TSP

    0下载:
  2. 使用蚁群算法编写的C++环境下的旅行商(TSP)经典问题的解决方法-Ant colony algorithm using C++ environment, prepared under the traveling salesman (TSP) classical solution to the problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:19570
    • 提供者:翁海冰
  1. Ant_tspC

    0下载:
  2. c语言编写的蚁群算法源程序,应用于TSP-c language source code of ant colony algorithm applied to TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:12158
    • 提供者:张健
  1. ACS

    1下载:
  2. 蚁群算法 控制台程序 基于类 不是基本的TSP模型的ant-cycle算法 而是蚁群系统 ant colony system算法-ANT COLONY ALGORITM. TSP MODEL. C++ CLASS BASED. ANT COLONY SYSTEM,NOT ANT-CYCLE ALGORITHM.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:4314
    • 提供者:zhaowei
  1. ACTSP

    0下载:
  2. 实现了蚁群算法求解TSP问题。注释详细 function[R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q) ------------------------------------------------------------------------- 主要符号说明 C n个城市的坐标,n×2的矩阵 NC_max最大迭代次数 m蚂蚁个数
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1863
    • 提供者:王晶
  1. tsp

    0下载:
  2. 该程序是蚁群算法和遗传算法的混合算法的C语言程序在求解TSP问题时的应用,可以进行扩展到其他问题的两种算法应用-The program is ant colony algorithm and genetic algorithm hybrid algorithm in the C language program to solve the issue of the application of TSP, can be extended to other applications of the tw
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:88021
    • 提供者:chenjing
  1. AntSystem

    0下载:
  2. 此程序是用Visual C++开发的,功能是用改进后的蚁群算法解决TSP问题,可以直接在Visual C++6.0下运行。-This program s function is solving TSP question using Ant algrithm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1352297
    • 提供者:yangmingze
  1. ACOTSP.V1.0

    0下载:
  2. 大师级人物写的蚁群算法解决TSP问题,真的挺不错,你可以下下来看看的.- Program s name: acotsp Ant Colony Optimization algorithms (AS, ACS, EAS, RAS, MMAS, BWAS) for the symmetric TSP Copyright (C) 2004 Thomas Stuetzle This program is free software yo
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:88942
    • 提供者:duane
  1. aco

    0下载:
  2. 蚁群算法的c++实现程序,是一个求解tsp的简单的例子-Ant colony algorithm implementation c++ program is a simple example of solving tsp
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2262
    • 提供者:nong
  1. Genetic_ACO

    0下载:
  2. 蚁群算法和遗传算法解决TSP问题,C++编写,可以改进应用于其他方面。-It is very useful for student who study ant algoritym optimization.
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-02
    • 文件大小:81933
    • 提供者:刘杰
  1. AntAlgorithm

    0下载:
  2. 一个蚁群算法求解邮递员路由问题(TSP)具体实现,本人在传统蚁群算法基础上进行改进,达到较高的效率-An ant colony algorithm for routing problem postman (TSP) concrete implementation, I am in the traditional ant colony algorithm based on the improvements to achieve higher efficiency
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:292311
    • 提供者:wangrenbiao
  1. tsp

    0下载:
  2. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:3778504
    • 提供者:mana
  1. ACA

    0下载:
  2. C++蚁群算法解决TSP问题,内有详细的说明。改进了信息素更新方式,使得olive30城市的TSP例子能达到416的最小值。-C++ ant colony algorithm to solve TSP problems, with detailed instructions. Improved pheromone update methods, making olive30 city TSP example to achieve the minimum 416.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:3335
    • 提供者:arrow
  1. c-tsp

    0下载:
  2. 实现旅行商问题的解决(微粒群算法或者蚁群算法)-To achieve resolution of the traveling salesman problem (or ant colony optimization Particle swarm optimization)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:3054
    • 提供者:吴明
  1. yiqunTSP

    0下载:
  2. 蚁群算法解决TSP问题,C语言写的,程序有注释~-Ant colony algorithm to solve TSP problems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:138164
    • 提供者:huangqiulan
  1. 蚁群算法

    0下载:
  2. 蚁群算法,包括蚁群算法解决TSP问题,蚁群算法寻找最优解等问题还包括蚁群算法的c语言程序,希望能帮助大家!(Ant colony algorithm, including ant colony algorithm to solve the TSP problem, ant colony algorithm to find the optimal solution and other issues, including the C language program of ant colony al
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:23076864
    • 提供者:linmi
  1. 针对TSP问题的各种蚁群优化程序ACOTSP-1.03

    0下载:
  2. 针对TSP问题的各种ACO蚁群优化算法的程序,C++语言实现, 对研究蚁群优化的小伙伴有所帮助(ACO ant colony optimization algorithm The program of various ACO ant colony optimization algorithms for the TSP problem and the implementation of the C++ language are helpful to the small partners stu
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-19
    • 文件大小:105472
    • 提供者:shiyuanyin
  1. main

    0下载:
  2. 基于C语言的蚁群算法求解tsp问题,使用邻接矩阵(Ant colony algorithm based on C language to solve TSP problem, using adjacency matrix)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:1024
    • 提供者:moko10086
« 12 3 4 5 »
搜珍网 www.dssz.com